home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / wingames / caspakwn.zip / SETUP.INF < prev    next >
INI File  |  1991-12-10  |  4KB  |  120 lines

  1. [setup]
  2. ;
  3. ; This is where you put global information about your app.
  4. ;
  5.   "PACKAGENAME","Casino Pack I"
  6.   "CAPTIONNAME","Casino Pack I"
  7.  
  8. [disks]
  9. ;
  10. ; This is where you place the information about the installation
  11. ; disks.
  12. ;
  13. ; Format:
  14. ;
  15. ; "n","path","name"
  16. ;
  17. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER ONLY!
  18. ; path  : The path of the disk, i.e. "A:\"
  19. ; name  : The name on the printed disk label you stick on,
  20. ;         i.e. "KillerApp Disk #1"
  21. ;
  22.  
  23.   "0","A:\ ","Disk #1"
  24.  
  25.  
  26. [directories]
  27. ;
  28. ; This is where you indicate where to place the files.  There are
  29. ; two types of directories: The parent, and children.  Children
  30. ; must be from the parent, or from other children. There can
  31. ; only be one parent, as many children as you like
  32. ;
  33. ; Format:
  34. ;
  35. ; "n","path","description"
  36. ;
  37. ; n           : The directory Number. PARENT must be 0, and must exist
  38. ;               children can have names A-Z, must start with A,
  39. ;               and work up. Children start with backslash.
  40. ; path        : The name of the subdirectory
  41. ; description : The description of the purpose of this directory
  42. ;
  43.  
  44.   "0","C:\CASINO1","Casino Pack I"
  45.  
  46. [apps]
  47. ;
  48. ; This is where you place the information about each file to be
  49. ; copied.
  50. ; NOTE:  There are two types of setup: Simple and Complex.
  51. ;
  52. ;        Simple:  Installs ALL files, like a batch file.  For this       
  53. ;                 setup, do not worry about "D" flags, "R" flags,
  54. ;                 or the <nn> flag.
  55. ;
  56. ;        Complex: Presents the user with a dialog box allowing
  57. ;                 them to install certain files.  All flags apply
  58. ;                 in this case.                
  59. ;
  60. ; ----------------------------------------------------------------------------
  61. ;
  62. ; Format:
  63. ;
  64. ; "n","flags","d","idir","filename","PName", "Description","Comment","size"
  65. ;
  66. ; n          : The disk number this file resides on
  67. ;
  68. ; flags      : Can be none, one, or many of the following:
  69. ;
  70. ;              C   : Compressed file. Use the "real" filename in this .INF
  71. ;                    file, setup will look for a filename with the last
  72. ;                    character of the extension == '$'.
  73. ;              R   : Required file- Setup **will** copy this file
  74. ;              D   : Display this file in the User Selection Listbox
  75. ;              Ic  : Add this program to ProgMan, group c. Group is A-Z
  76. ;              nn  : The next nn entries are part of the group to copy,
  77. ;                    for example, if there are four files for KillerApp,
  78. ;                    all of which you copy or you dont, then you
  79. ;                    would place 03 in this spot, and make the next
  80. ;                    three entries be the other three files. The user
  81. ;                    will see this entry as only one Object though.
  82. ;
  83. ; d          : The destination directory. 0 = Parent, 1-9, A-Z = Children
  84. ;
  85. ; idir       : The directory on the install disk
  86. ;
  87. ; filename   : The actual name of the file
  88. ;
  89. ; PName      : The name of the Icon in Progman (required if D flag)
  90. ;
  91. ; Description: A short description, for the listbox entry (only if D flag)
  92. ;
  93. ; Comment    : The lengthy text displayed in the Comment box (only if D flag)
  94. ;
  95. ; size       : Size of file/group in K (Only if D flag)
  96. ;
  97.  
  98.         "0", "CIA", "0", "CASINO1", "winpoker.exe", "WinPoker","Casino Pack I","Casino Pack I","700"
  99.         "0", "C",   "0", "CASINO1", "winpoker.hlp"
  100.         "0", "C",    "0", "CASINO1", "carddll.dll"
  101.         "0", "CIA",  "0", "CASINO1", "win21.exe", "Win21"
  102.         "0", "C",   "0", "CASINO1", "win21.hlp"
  103.         "0", "CIA",  "0", "CASINO1", "winkeno.exe", "WinKeno"
  104.         "0", "C",   "0", "CASINO1", "winkeno.hlp"
  105.         "0", "CIA",  "0", "CASINO1", "roulette.exe", "Roulette"
  106.         "0", "C",   "0", "CASINO1", "roulette.hlp"
  107.  
  108. [progman]
  109. ;
  110. ; This defines the progman groups that the apps above will be added to
  111. ;
  112. ; Format:
  113. ;
  114. ; "n","Title","filename"
  115. ;
  116. ; n        : The number of the group, A-Z
  117. ; title    : The caption on the group window
  118. ; filename : The name of the .GRP file
  119.   "A","Casino Pack I","casino1.GRP"
  120.